From 857be0b87b7c39ba521d9f42586035c3ba20edea Mon Sep 17 00:00:00 2001 From: "vh249@airwolf.cl.cam.ac.uk" Date: Thu, 9 Jun 2005 17:52:08 +0000 Subject: [PATCH] bitkeeper revision 1.1703 (42a881c8OTeDO-DPkTSLEnBspOFEIA) missing include that is need when compiling with debug Signed-off-by: Vincent Hanquez --- xen/arch/x86/cdb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/x86/cdb.c b/xen/arch/x86/cdb.c index 1c95245e22..f4b3eedc01 100644 --- a/xen/arch/x86/cdb.c +++ b/xen/arch/x86/cdb.c @@ -14,6 +14,7 @@ #include #include #include +#include #include /* Printk isn't particularly safe just after we've trapped to the -- 2.30.2